Xbasic

OBJECT.MULTI_SELECT Function

Syntax

.Multi_select()

Description

Displays the Multi-Select Records dialog.

images/ME_OBJECT_MULTI_SELECT.GIF

The <OBJECT>.MULTI_SELECT() method applies to:

Browses (for <OBJECT> use either the <BROWSE> pointer or the name of the browse)
Forms (for <OBJECT> use either the <FORM> pointer or the name of the form)

The <OBJECT>.MULTI_SELECT() method displays the Multi-Select Records dialog box.

Example

dim ptr as P
ptr = form.load("Customer Information")
ptr.multi_select()

Limitations

Desktop applications only.

See Also